home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / disk_tools / amicdfs2 / cd0 < prev    next >
Text File  |  1996-02-29  |  540b  |  32 lines

  1. /* $VER: CD0 2.1 (01.03.96)
  2.  *
  3.  * CD-ROM filesystem mount entry
  4.  */
  5.  
  6. Device        = scsi.device
  7. Unit        = 1
  8. FileSystem    = L:AmiCDFS
  9. Flags        = 0
  10. BlocksPerTrack    = 32
  11. BlockSize    = 2048
  12. LowCyl        = 0
  13. HighCyl        = 11000
  14. Surfaces    = 1
  15. Buffers        = 64
  16. BufMemType    = 1
  17. Mask            = 0x7fffffff
  18. GlobVec        = -1
  19. Priority    = 10
  20. DosType        = 0x43444653
  21. StackSize    = 600
  22. Mount        = 1
  23.  
  24. Control        = "BL=8 FB=32"
  25.  
  26. /* Control field template:
  27.  *
  28.  * LC=LOWERCASE/S,TD=TRACKDISK/S,MC=MOTORCONTROL/S,
  29.  * BL=BUFFERLINES/K/N,FB=FILEBUFFERS/K/N,DC=DISKCHANGE/K/N,
  30.  * TDP=TDPOLLING/S
  31.  */
  32.